home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Expert
/
Windows Expert.iso
/
program
/
winsql.zip
/
EXAMPLES.ZIP
/
QUERY15.SQL
< prev
next >
Wrap
Text File
|
1991-05-30
|
101b
|
5 lines
delete from spj where 'Rome' =
(select city from j where j.jno = spj.jno);
select * from spj;